home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / wc3color.zip / WC3COLOR.TXT < prev   
Text File  |  1992-07-18  |  5KB  |  135 lines

  1.  
  2.  
  3.  
  4.                                     WC3COLOR
  5.                              (c) 1992 Mike Hammitt
  6.                   The Tech Board BBS (513) 385-0660 HST D/S 14.4
  7.                      3359 Sumac Terrace Cincinnati, Ohio 45239  
  8.  
  9.                              A Wildcat! 3.x Utility
  10.                     Distributed as FREEWARE to Wildcat! Sysops
  11.  
  12.                         Wildcat! (c) Mustang Software Inc.
  13.  
  14.    CONTENTS:
  15.    WC3COLOR.TXT  (This text file)
  16.    WC3COLOR.COM  (.COM file used to change colors)
  17.  
  18.  
  19.  1. WC3COLOR - What is it?
  20.    WC3COLOR is a .COM file to change the color of the prompts, file 
  21.    names and descriptions, and messages in Wildcat! 3.x. Basically, it 
  22.    replaces the text colors with the colors of your choice.
  23.  
  24.  
  25.  2. WC3COLOR - Why use it?
  26.    If you're a Wildcat! Sysop like me, you already know that Wildcat! is the 
  27.    best BBS software on the market today. However, Mustang Software has not 
  28.    made it easy to modify the text colors in Wildcat!. Wildcat! is written in 
  29.    such a way that the text colors are intertwined within the WCTEXT.DAT, 
  30.    WILDCAT.OVR and WILDCAT.EXE files. The purpose of WC3COLOR is to make it 
  31.    relatively easy to modify the text colors in Wildcat! to give your BBS a 
  32.    more distinctive appearance, rather than looking like "all the other" 
  33.    Wildcat! BBS's.
  34.  
  35.  
  36.  3. WC3COLOR - What does it do?
  37.    WC3COLOR is a simple search-and-replace .COM routine which looks at your
  38.    Wildcat! WCTEXT.DAT, WILDCAT.OVR and WILDCAT.EXE files for the "@0X@" codes
  39.    and changes them to "@0X@" where "X" is the specified character as 
  40.    determined by the command line parameter. Nothing fancy, just an automated 
  41.    way to change the color specified to a different color.
  42.  
  43.  
  44.  4. WC3COLOR - How do I use it?
  45.    Using WC3COLOR is very simple and quick. I have included the .COM file to 
  46.    change any foreground color (with black as the background color) to any 
  47.    other color available using the @XX@ scheme. All the possible combinations
  48.    of color changing cannot be easily documented here. And are limited only 
  49.    by your imagination, so I will only give a simple example of what you can 
  50.    do and leave the rest to your imagination! (I've been driving my users 
  51.    nuts with my "playing" with colors!). Consult your Wildcat! 3.x manual 
  52.    (back cover) for a listing of the color codes.
  53.  
  54.  
  55.  STEP 1:
  56.    Make a BACKUP copy of your WCTEXT.DAT, WILDCAT.EXE and WILDCAT.OVR files!
  57.  
  58.  
  59.  STEP 2:
  60.    Copy your WCTEXT.DAT, WILDCAT.EXE and WILDCAT.OVR files into a directory 
  61.    containing the .COM file for WC3COLOR.
  62.  
  63.  
  64.                                PAGE 1 OF 2
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  STEP 3:
  72.    Once you've decided what color(s) you want to change the text to, simply 
  73.    run the .COM file as follows:
  74.  
  75.    WC3COLOR WCTEXT.DAT EC (RETURN)
  76.    WC3COLOR WILDCAT.OVR EC (RETURN)
  77.    WC3COLOR WILDCAT.EXE EC (RETURN) 
  78.  
  79.    In this example, we changed all the @0E@ codes for high intensity brown 
  80.    (I call it yellow!) to @0C@ - high intensity red.
  81.  
  82.    Using the .COM file, you can easily modify the other colors used in 
  83.    Wildcat! as well, giving your BBS it's own distinctive appearance.
  84.  
  85.  
  86.  STEP 4:
  87.    After this is done, copy WCTEXT.DAT, WILDCAT.EXE and WILDCAT.OVR back into 
  88.    your \WC30 (node home) directory. That's it! Now the "old yeller" will be 
  89.    gone, and replaced with your favorite colors! 
  90.  
  91.  
  92.  USING WC3COLOR ON WILDCAT! 3.5!!:
  93.    Mustang Software has just released a patch file for Wildcat! 3.5 to patch
  94.    it to 3.51. In order to run this patch, your WILDCAT.EXE and WILDCAT.OVR
  95.    files must NOT have been modified by WC3COLOR. Therefore, you must FIRST
  96.    run the patch on "virgin" WILDCAT.XXX files, then you may use WC3COLOR to
  97.    change the colors as desired. WCTEXT.DAT is not patched, and can be 
  98.    modified as desired before or after using the patch. 
  99.  
  100.  
  101.  OTHER USES:
  102.    Since the .COM routine only looks for and modifies the @0X@ codes in a file
  103.    this can also be used to modify your .BBS screens and menus using the @XX@ 
  104.    coding scheme. Might be easier than using a drawing editor!
  105.  
  106.  
  107.  DISCLAIMER:
  108.    WC3COLOR is distributed as FREEWARE for Wildcat! Sysops. No warranty
  109.    expressed, implied or inferred. 
  110.    
  111.    Mike Hammitt and The Tech Board BBS shall be held harmless against any 
  112.    damages, incidental or consequential resulting from the use of WC3COLOR 
  113.    and the programs contained therein.
  114.  
  115.  
  116.  CREDITS:
  117.    Many thanks to Rob Leclair for rewriting the .COM routine making WC3COLOR
  118.    a viable (and very useful!) program.
  119.    
  120.    Thanks to Carolyn Faulkner for the "inspiration" for WC3COLOR.
  121.  
  122.  
  123.  REVISION HISTORY:
  124.    06/23/92
  125.    Initial release.
  126.    
  127.    07/18/92
  128.    .COM routine rewritten to select colors from command line. (Thanks Rob!) 
  129.     making WC3COLOR a much easier, and smaller program! 
  130.    Information written into the DOCS on using WC3COLOR with Wildcat! 3.50/3.51. 
  131.  
  132.  
  133.  
  134.                                  PAGE 2 OF 2
  135.